home *** CD-ROM | disk | FTP | other *** search
/ Champak 53 / Volume 53 - JOGO DISK .iso / Games / thefarmer.swf / scripts / DefineButton2_165 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  77b  |  7 lines

  1. on(release){
  2.    if(nama != "")
  3.    {
  4.       gotoAndStop("intro");
  5.    }
  6. }
  7.